/* 底部 */
.foot{
    width:100%;
    padding-bottom:55px;
    margin-top:104px;
}
/* 底部占位 */
.foot_positon{
    width:100%;
    height:91px;
    background-color: #eee;
}
.foot p{
    font-size: 14px;
    color:#333;
    line-height:18px;
    text-align: center;
}
/* 右侧定位 */
.position_r{
    position: fixed;
    bottom:50px;
    right:15px;
    z-index:3;
}
.position_r li{
    margin-bottom:14px;
    position: relative;
    cursor: pointer;
}
.position_r li .btn_wrap img{
    display:block;
}
.pop_erweima,.share_wrap{
    position: absolute;
    left:-192px;
    top:-16px;
    width:170px;
    height:180px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding:16px 19px 12px 19px;
    z-index:999;
    display:none;
}
.share_wrap{
    top:-70px;
    padding:15px 20px;
}
.pop_erweima p{
    font-size:12px;
    color:#969696;
    line-height:16px;
    text-align:center;
    margin-top:-3px;
}
.share_title{
    margin-top: 7px;
    color:#666;
    display:block;
    width:100%;
    font-size:12px;
    line-height:16px;
    text-align: center;
    position: relative;
}
.share_title:before,.share_title:after{
    content:'';
    border:1px solid #e5e5e5;
    height:0;
    width:40px;
    position:absolute;
    left:0;
    top:7px;
}
.share_title:after{
    left:auto;
    right:0;
}
.share_wrap .bdshare-button-style1-32 a{
    margin:22px 16px 0 16px;
}

.share-item{
    width: 50%;
    float: left;
    text-align: center;
    /*margin-top: 15px;*/
    height: 65px;
    line-height: 65px;
}
.social-share .social-share-icon{
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}
@media (max-width:1330px){
    .position_r{
        display:none;
    }
}
/* @media (max-width:1199px){

} */
@media (max-width:767px){
    .position_r{
        display:none;
    }
    /* 底部 */
    .foot{
        margin-top:50px;
        padding-bottom:60px;
    }
    /* 底部占位 */
    .foot_positon{
        width:100%;
        height:114px;
        background-color: #eee;
    }
    .foot p{
        font-size: 14px;
        line-height:18px;
        color:#333;
    }
}
